var net.testHookSetKeepAlive

3 uses

	net (current package)
		file_unix.go#L77: 		return newTCPConn(fd, defaultTCPKeepAlive, testHookSetKeepAlive), nil
		hook.go#L25: 	testHookSetKeepAlive = func(time.Duration) {}
		tcpsock_posix.go#L114: 	return newTCPConn(fd, sd.Dialer.KeepAlive, testHookSetKeepAlive), nil